Skip to content

Conversation

@ShubhamBisht39298
Copy link

@ShubhamBisht39298 ShubhamBisht39298 commented Nov 12, 2025

Summary

  • Replaced unbounded <.*?> pattern with safe <[^>]*> to prevent CodeQL security issue
  • Replaced unbounded <p> (.*?)</p> pattern with safe <p>(?:(?!</p>).)*</p> to prevent CodeQL security issue

Fix Type

  • Security fix - mitigates potential ReDoS risk reported by CodeQL.

This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants